home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / AUTO-1.HLP < prev    next >
Text File  |  1991-06-17  |  1KB  |  24 lines

  1.           OKAY,LET'S HAVE AT IT! WE'LL START WITH AUTOEXEC.,PER-
  2.           HAPS THE MOST IMPORTANT.BAT FILE. WE ASSUME YOU ARE AT
  3.           LEAST AN ENTRY LEVEL-1 PC USER (IF NOT,YOU NEED THE TM
  4.           PRE-ENTRY/ENTRY-LEVEL ELECTRONIC LEARNING DISK!)......
  5.                              AUTOEXEC.BAT
  6.         AUTOEXEC.BAT is a special batch file name. When this file
  7.         is  found  in the root directory when a disk is booted it
  8.         will automatically run before turnover of the P.C. to the
  9.         control of the PC User.
  10.  
  11.         You  will most certainly want to load particular files on
  12.         computer start-up(called booting the PC). The commands to
  13.         do this would be in AUTOEXEC.BAT file. Here's an example:
  14.    
  15.               TIME
  16.               PATH  See PATHCMD.LRN
  17.               PROMPT See PROMPT.LRN
  18.               KBFIX.EXE
  19.         
  20.         This file would first set the date,time,path,prompt, then
  21.         install the KBFIX program (a keyboard buffer redefinition
  22.         utility).  If you have an internal clock, the date & time
  23.         commands wouldn't be needed.We use them as a double check!
  24.